PS2010 Describing Data Workshop

Welcome to your first PS2010 R coding workshop. The aims of the workshop are:

Firstly, you should make sure you have the “tidyverse” package installed and loaded. Use the code below to do this.

install.packages("tidyverse")
library("tidyverse")